home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / save_pri.swf / scripts / DefineButton2_101 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-03-13  |  57 b   |  5 lines

  1. on(release){
  2.    gotoAndStop("newGame");
  3.    play();
  4. }
  5.